Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Jul 2004 04:00:56 +0000 (04:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Jul 2004 04:00:56 +0000 (04:00 +0000)
docs/reference/ChangeLog
docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
docs/reference/gdk-pixbuf/tmpl/module_interface.sgml

index ec117d5b9d19dd345c344a0831a40181a057b425..447bdf29cfbe96c8da18206d3ec42d9f98e8fa24 100644 (file)
@@ -1,3 +1,11 @@
+Thu Jul  8 00:00:20 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf/tmpl/module_interface.sgml: Add new functions.
+
+Wed Jul  7 23:57:43 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf/gdk-pixbuf-sections.txt: Add new functions.
+
 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/tmpl/*: Misc additions.
index 5b09ee5d183e25586fe8c09dfdbbe9bb5ffa2813..2dc26b71eef2cd9eda5bdeaad69b2b05fd493221 100644 (file)
@@ -190,6 +190,9 @@ gdk_pixbuf_format_get_mime_types
 gdk_pixbuf_format_get_extensions
 gdk_pixbuf_format_is_writable
 gdk_pixbuf_format_is_scalable
+gdk_pixbuf_format_is_disabled
+gdk_pixbuf_format_set_disabled
+gdk_pixbuf_format_get_license
 GdkPixbufFormat
 GdkPixbufFormatFlags
 GdkPixbufModulePattern
index 94e928bd971ece9e7f76b4321a914da5baa35e1f..c745a500a3575cbd183595a5ff2bbc88d73687f0 100644 (file)
@@ -153,6 +153,9 @@ use the <function>gdk_pixbuf_format_*</function> functions.
 @extensions: a %NULL-terminated array of typical filename extensions for the
 image format.
 @flags: a combination of #GdkPixbufFormatFlags.
+@disabled: a boolean determining whether the loader is disabled.
+@license: a string containing license information, typically set to 
+ shorthands like "GPL", "LGPL", etc.
 @Since: 2.2
 
 <!-- ##### ENUM GdkPixbufFormatFlags ##### -->
@@ -162,7 +165,7 @@ operations.
 </para>
 
 @GDK_PIXBUF_FORMAT_WRITABLE: the module can write out images in the format.
-@GDK_PIXBUF_FORMAT_SCALABLE: 
+@GDK_PIXBUF_FORMAT_SCALABLE: the image format is scalable
 @Since: 2.2
 
 <!-- ##### STRUCT GdkPixbufModulePattern ##### -->